projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945e7a0
)
Avoid an uninitialized variable access
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 16 Jun 2013 03:36:10 +0000
(23:36 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 16 Jun 2013 03:36:10 +0000
(23:36 -0400)
testsuite/gtk/defaultvalue.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/defaultvalue.c
b/testsuite/gtk/defaultvalue.c
index 55875a61e82a2f4fb8ff668a89274472958974c7..f9609648cea9ad396072d050866c424fda0614a1 100644
(file)
--- a/
testsuite/gtk/defaultvalue.c
+++ b/
testsuite/gtk/defaultvalue.c
@@
-92,6
+92,7
@@
test_type (gconstpointer data)
else if (g_type_is_a (type, GDK_TYPE_WINDOW))
{
GdkWindowAttr attributes;
+ attributes.wclass = GDK_INPUT_OUTPUT;
attributes.window_type = GDK_WINDOW_TEMP;
attributes.event_mask = 0;
attributes.width = 100;